
@media(min-width: 1700px){
	/*=======全局公共样式定义=======*/
	/*间距*/
	.padder-home{
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.padder-page{
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
	.row.row-sm{
		margin-left: -.625rem;
		margin-right: -.625rem;
	}
	.row.row-sm > *{
		padding-left: .625rem;
		padding-right: .625rem;
	}

	/*标题*/
	.title-01{
		margin-bottom: 1.85rem;
		padding: 0 0rem;
	}
	.title-01 h2{
		font-size: 1.875rem;
		padding-bottom: .5rem;
	}
	.title-01 .description{
		font-size: 1rem;
	}
	.title-02{
		margin-top: 7rem;
		margin-bottom: 2.5rem;
	}

	/*更多*/
	.more-home{
		font-size: .9375rem;
	}

	/*翻页*/

	/*=======导航=======*/
	.navbar-brand{
		height: 3.5rem;
		padding-top: .6rem;
		padding-bottom: .9rem;
		margin-right: 1.5rem;
	}
	.navbar-brand img{
		max-height: 32px;
	}
	.navbar-expand-md .navbar-nav .nav-link{
		padding-right: 0.785rem;
    	padding-left: 0.785rem;
	}
	header.fixed-top{
		border-top: 8px solid #1e3c8b;
	}

	/*导航电话*/
	.navbar .navbar-right .nav-phone{
		min-width: 14rem;
	}

	/*加入询盘车*/
	

	/*=======焦点图=======*/
	.swiper-focus .position-absolute h3{
		font-size: 3.125rem;
		margin-bottom: .75rem;
	}
	.swiper-focus .position-absolute .text{
		font-size: 1.25rem;
	}
	.swiper-focus .position-absolute{
		bottom: 1.5rem;
	}
	.swiper-pagination-bullet{
		width: 22px !important;
		height: 22px !important;
	}
	.swiper-focus .swiper-button-next .iconfont, 
	.swiper-focus .swiper-button-prev .iconfont{
		font-size: 2.4rem;
	}
	.swiper-focus .swiper-button-next,
	.swiper-focus .swiper-button-prev{
		width: 80px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, 
	.swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 1.5rem !important;
	}	
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 7px !important;
	}

	/*焦点图图片动画*/
	.swiper-focus .swiper-slide-active .position-absolute h3{
	  animation:mymove01 .8s ease .4s 1;
	  -webkit-animation:mymove01 .8s ease .2s 1; /*Safari and Chrome*/
	  opacity: 0;
	  animation-fill-mode: forwards;
	}
	.swiper-focus .swiper-slide-active .position-absolute .text{
	  animation:mymove02 .8s ease .5s 1;
	  -webkit-animation:mymove02 .8s ease .25s 1; /*Safari and Chrome*/
	  opacity: 0;
	  animation-fill-mode: forwards;
	}
	@keyframes mymove01
	{
	from {transform: translateY(50px); opacity: 0;}
	to {transform: translateY(0); opacity: 1;}
	}

	@-webkit-keyframes mymove01 /*Safari and Chrome*/
	{
	from {transform: translateY(50px); opacity: 0;}
	to {transform: translateY(0); opacity: 1;}
	}

	@keyframes mymove02
	{
	from {transform: translateY(50px); opacity: 0;}
	to {transform: translateY(0); opacity: 1;}
	}

	@-webkit-keyframes mymove02 /*Safari and Chrome*/
	{
	from {transform: translateY(50px); opacity: 0;}
	to {transform: translateY(0); opacity: 1;}
	}

	/*=======关于=======*/
	.intro-home .intro-box{
		height: 340px;
	}
	.intro-home .intro-box .intro-text{
		height: 270px;
	}
	.intro-home .intro-text{
		margin: 1.5rem 1rem 1.5rem 1rem;
	}
	.intro-home .intro-icon > *{
		margin-bottom: 1.25rem;
	}
	.intro-home .intro-icon .d-flex{
		height: 10rem;
	}
	.intro-home .intro-icon .bg-white .iconfont{
		font-size: 2.8rem;
		padding-bottom: 0.5rem;
	}
	.intro-home .intro-icon .bg-white .title{
		font-size: 1rem;
	}
	.intro-home .intro-text .bg-white.padder-page > .container{
		width: auto;
	}
	.intro-home .intro-text .bg-white.padder-page .row .col-lg-6{
		padding: 0;
	}


	/*=======优势=======*/
	.swiper-advantage .swiper-slide{
		padding: 10.5rem 0.75rem;
	}
	.swiper-advantage .iconfont{
		font-size: 3.8rem;
		padding-bottom: 3.8rem;
	}
	.swiper-advantage .title{
		font-size: 1rem;
	}

	/*=======列表=======*/
	/*产品*/
	.list-products .card{
		margin-bottom: 1.25rem;
	}
	.list-products .imgbox{
		height: 375px;
	}

	/*新闻*/
	.list-news .imgbox{
		height: 210px;
	}

	/*荣誉*/
	.list-honor .imgbox,
	.list-honor .imgbox img{
		height: 280px;
	}

	/*询盘车*/

	/*合作客户*/
	.list-partner a{
		margin-bottom: 1.25rem;
		height: 182px;
	}


	/*=======页面底部=======*/
	.ft > .container{
	    padding-right: 2.5rem;
	    padding-left: 2.5rem;
	}

	/*=======顶部大图=======*/
	.img-top .position-absolute{
		bottom: 2.25rem;
	}
	.img-top h4{
		font-size: 1.75rem;
		padding-bottom: .5rem;
	}
	.img-top .description{
		font-size: 1rem;
	}

	/*=======右侧客服=======*/
	
}